-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postfix: fix stage path #568
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- provision/*: replace many '|| exit' with 'set -e' - *: git-lite -> git-tiny - base: configure dma if available, skip ssmtp - base: added assure_jail_nic, add devfs to fstab - base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail - dcc: add PF rdr and allow rules - dns: create dns/control - dovecot & mongo: add sysvipc to START_EXTRA - editor: move vim config into include/editor - editor: added TOASTER_EDITOR setting - elastic: add post_configure() - elastic: config stage to work - elastic: check for dir before create - elastic: install beats *after* testing ES & kibana - elastic: kibana registration hoop jumping - es: set correct kibana rc name - haproxy: add pf allow rules - host: direct error handling in plumb_nic - host: quieter hosts - mongo: set local db and config *after* testing - mongo: check for CPU with AVX support - mta stuff into include/mta (sendmail, dma, ssmtp) - added TOASTER_BASE_MTA setting - host: use include/mta - mt: remove lesser known / deprecated opts - mt: use safe name for jails .conf file - mt: more error handling - mt: inline pfrule.sh - mt: added jail_is_running - mt: overwrite pfrule.sh (not append) - nagios: allow raw sockets - postfix: use port installed newaliases cmd - rsnapshot: move * outside of quotes so glob works - shell: in profile, add ll and jexecl - tinydns: refactor djb installers into include/djb - unifi: install v8 - unifi: v8 wants openjdk17 - vpopmail: switch back to port build - vpopmail: install gmake port sooner - vpopmail: get random pass w/o special shell chars
msimerson
added a commit
that referenced
this pull request
Mar 24, 2024
- provision/*: replace many '|| exit' with 'set -e' - *: git-lite -> git-tiny - base: configure dma if available, skip ssmtp - base: added assure_jail_nic, add devfs to fstab - base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail - dcc: add PF rdr and allow rules - dns: create dns/control, use `set -e` - dovecot & mongo: add sysvipc to JAIL_START_EXTRA - dovecot: test IMAP & POP3 auth with curl - editor: move vim config into include/editor - editor: added TOASTER_EDITOR setting - elastic: add post_configure() - elastic: config stage to work - elastic: check for dir before create - elastic: install beats *after* testing ES & kibana - elastic: kibana registration hoop jumping - elastic: set correct kibana rc name - haproxy: add pf allow rules - host: direct error handling in plumb_nic - host: quieter hosts - mongo: set local db and config *after* testing - mongo: on amd64, check for CPU with AVX support - mta stuff into include/mta (sendmail, dma, ssmtp) - added TOASTER_BASE_MTA setting - host: use include/mta - mt: remove lesser known / deprecated opts - mt: use safe name for jails .conf file - mt: more error handling - mt: inline pfrule.sh - mt: added jail_is_running - mt: overwrite pfrule.sh (not append) - mt: refactored `stop_jail` - nagios: allow raw sockets - postfix: fix stage path - postfix: use port installed newaliases cmd - rsnapshot: move * outside of quotes so glob works - shell: add jexecl - tinydns: refactor djb installers into include/djb - tinydns: install djbdns from source (port deleted) - unifi: install v8, and openjdk17 - vpopmail: switch back to port build - vpopmail: install gmake port sooner - vpopmail: get random pass w/o special shell chars - add bats tests - add vmactions/freebsd, disabled b/c slow (~3m)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request:
set -e
stop_jail
Checklist: